home *** CD-ROM | disk | FTP | other *** search
/ World of Education / World of Education.iso / world_p / pcshx10b.zip / PCSHX10B.EXE / UTILS.EXE / UTILDOCS.EXE / LCNT.DOC < prev    next >
Text File  |  1991-07-28  |  2KB  |  61 lines

  1.                        LNCT 3.0
  2.  
  3.             Very fast large file linecounter
  4.                   with wildcard support
  5.  
  6.                           by
  7.  
  8.                        Bob Eyer
  9.                      Mar 11, 1991
  10.  
  11.  Syntax:
  12.  
  13.  LCNT Filespec [LF]
  14.  
  15.  LF
  16.    Where  mentioned,  LCNT  uses the linefeed character to identify
  17.    line terminations, rather than the usual carriage return.   This
  18.    is  especially  useful  in  measuring  files  created by certain
  19.    wordprocessors which do not use standard ASCII terminations.
  20.  
  21.  Discussion
  22.    ----------
  23.    LCNT provides a fast way (perhaps the fastest way) to count up the
  24.    number of lines in very large ASCII files.   Works  very  fast  on
  25.    small files, too.  LCNT is capable of counting more than a billion
  26.    lines.
  27.  
  28.    New:
  29.    The maximum speed of the new version is increased about 15%.
  30.  
  31.    New:
  32.    Filename input is  now  generalised  to  wildcards  with  shortcut
  33.    support.   Makes it possible to obtain neatly formatted linecounts
  34.    on all the files in a directory, with just one command.
  35.  
  36.    Example
  37.    -------
  38.    Obtain  a  listing  of the number of lines in each file within the
  39.    subdirectory TEST; this problem is now  easily  solved  merely  by
  40.    issuing the command,
  41.  
  42.    LCNT TEST       (equivalent to LCNT TEST\. or LCNT TEST\*.*)
  43.  
  44.    LCNT opens Filespec in shared mode.
  45.  
  46.    DISCLAIMER:
  47.    ==========
  48.    This program is circulated as public domain without any  guarantee
  49.    or  warranty;  and  the  user, by downloading this program, or any
  50.    variant thereof or by receiving it or any of its versions  in  any
  51.    other  form, agrees to accept full responsibility for its use.  It
  52.    is therefore understood that the user accepts this program or  any
  53.    previous  version  as  is.
  54.  
  55.    Bob Eyer                  The author may also be reached at
  56.    Compuserve [73230,2620]   ROSE MEDIA 416-733-2285 (Main Conf)
  57.    Toronto                   CMIX 416-277-2363 (Main Conference)
  58.    Canada                    CANADA REMOTE 416-629-7044 (IBM Conf)
  59.    -------------------------------------------------------------
  60.    End of documentation.
  61.